Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong error check when reading manifest #4052

Open
wants to merge 1 commit into
base: v3.x/staging
Choose a base branch
from

Conversation

Martin-Zeithaml
Copy link
Contributor

No result -> print error.

Minitest

import * as common from '../../libs/common';
import * as common_NOFIX from '../../libs/common_NOFIX';

console.log(common_NOFIX.getZoweVersion());
console.log(`--------`);
console.log(common.getZoweVersion());

Result

ERROR: Could not read runtime manifest in /zowe/runtime/3000/manifest.json
undefined
--------
3.0.0

Signed-off-by: Martin Zeithaml <[email protected]>
Copy link

github-actions bot commented Oct 16, 2024

build 6293 SUCCEEDED.
Link to workflow run: https://github.com/zowe/zowe-install-packaging/actions/runs/11361534756

Copy link

github-actions bot commented Oct 16, 2024

Test workflow 5604 is started.
Running install test: Convenience Pax
The zowe artifact being used by this test workflow: libs-snapshot-local/org/zowe/3.1.0-PR-4052/zowe-3.1.0-pr-4052-6293-20241016081541.pax
Running on machine: zzow07
Result: FAILURE
Link to workflow run: https://github.com/zowe/zowe-install-packaging/actions/runs/11361658350

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants